Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / AutoHeight Property

In This Topic
    AutoHeight Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets the System.Boolean value specifying whether element height is automatically determined by its style and contents.
    Syntax
    'Declaration
     
    
    Public Property AutoHeight As Boolean
    public bool AutoHeight {get; set;}
    See Also